.img-wrapper-link img {
    width: 100%;
}

.customer-container-title {
    font-size: 30px;
    font-weight: 600;
    color: #303030;
}

.customer-section-title {
    font-size: 22px;
    font-weight: 600;
    color: #303030;
}

.customer-title {
    font-size: 15px;
    font-weight: 600;
    color: #303030;
}

.customer-text {
    font-size: 13px;
    color: #303030;
}

.customer-btn {
    text-transform: uppercase;
    border: 1px solid #E3E3E3;
    color: #8A8A8A;
    text-decoration: none;
    transition: all .3s;
    border-radius: 100px;
    font-weight: 600;
    line-height: normal;
    width: 83px;
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.customer-btn:hover {
    background-color:#E6E9ED;
    color: #8a8a8a;
    text-decoration: none;
}
